export declare const fileInputStyle: { dropzone: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { background: `var(--${string})`; cursor: "not-allowed"; color: `var(--${string})`; }; }; size: { medium: { padding: `var(--${string})`; flexDirection: "column"; gap: `var(--${string})`; }; small: { padding: `var(--${string})`; flexDirection: "row"; gap: `var(--${string})`; }; }; state: { default: {}; over: {}; page: {}; }; }>; fileInput: string; titleSmall: Record<"default" | "disabled", string>; overlayWrapper: string; dropzoneOverlay: Record<"default" | "over" | "page", string>; dropzoneOverlayDisabled: Record<"default" | "over" | "page", string>; fileViewerContainer: Record<"default" | "error" | "strong", string>; fileViewerImageBase: string; fileInfo: string; fileListContainer: string; fileViewerImage: Record<"default" | "error", string>; }; //# sourceMappingURL=styles.css.d.ts.map